ImageGear .NET v25.2 - Updated
ImageGear.Art Assembly / ImageGear.ART Namespace / ImGearARTPolyRuler Class / ImGearARTPolyRuler Constructor / ImGearARTPolyRuler Constructor(ImGearPoint[],IImGearRGBQuad)
The mark's points.
Mark color.




In This Topic
    ImGearARTPolyRuler Constructor(ImGearPoint[],IImGearRGBQuad)
    In This Topic
    Initializes a new instance of the ImGearARTPolyRuler class object.
    Syntax
    'Declaration
     
    Public Function New( _
       ByVal points() As ImGearPoint, _
       ByVal color As IImGearRGBQuad _
    )
    'Usage
     
    Dim points() As ImGearPoint
    Dim color As IImGearRGBQuad
     
    Dim instance As New ImGearARTPolyRuler(points, color)
    public ImGearARTPolyRuler( 
       ImGearPoint[] points,
       IImGearRGBQuad color
    )
    public: ImGearARTPolyRuler( 
       ImGearPoint[]* points,
       IImGearRGBQuad* color
    )
    public:
    ImGearARTPolyRuler( 
       array<ImGearPoint>^ points,
       IImGearRGBQuad^ color
    )

    Parameters

    points
    The mark's points.
    color
    Mark color.
    See Also